From 96edd4dd57fac7af69be3dc66dad345cd8c4f604 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Thu, 26 Jan 2017 14:12:58 -0800 Subject: [PATCH] Add gitlab to the supported services for AppVeyor badges. This is undocumented but supported behavior for AppVeyor. --- src/doc/manifest.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index df55c0dc1..bf07ebe26 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -148,7 +148,8 @@ license-file = "..." # Travis CI: `repository` is required. `branch` is optional; default is `master` travis-ci = { repository = "...", branch = "master" } # Appveyor: `repository` is required. `branch` is optional; default is `master` -# `service` is optional; valid values are `github` (default) and `bitbucket` +# `service` is optional; valid values are `github` (default), `bitbucket`, and +# `gitlab`. appveyor = { repository = "...", branch = "master", service = "github" } ``` -- 2.30.2